<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.team { width:1200px; margin:auto; padding:40px 0 0px 0;overflow: hidden;}
.team .team-center ul li { width:23%; float:left;padding: 0 5%;}
.team .team-center ul li img {width:100%; }
.team .team-center ul li p { background: #28a8af; border-radius:4px; margin:5px 10px;padding:10px 0;text-align:center;color:#fff;font-weight: bold;font-size:16px;}
@media screen and (max-width: 991px){
.team { width:100%;}
.team .team-center ul li {    width: 30%;
padding: 5px 1%;}
}
@media screen and (max-width: 500px){
.team { width:100%;}
.team .team-center ul li p {
background: #28a8af;
border-radius: 4px;
margin: 0;
padding: 5px 0;
text-align: center;
color: #fff;
font-weight: bold;
font-size: 12px;
max-height: 32px;
overflow: hidden;
line-height: 30px;
}
.team .team-center ul li {
width: 31%;
padding: 5px 1%;
}
}
.category-box-detail {
   top: auto;
right:auto;
width: 100%;
text-align: center;
}
.category-box-detail a.btn {
margin: 0 auto 20px;
}
.subblock .category ul li:nth-child(2) .category-box-detail {
top: auto;
right: auto;
text-align: center;
bottom: 0;
}</pre></body></html>